home *** CD-ROM | disk | FTP | other *** search
INSTALL Professional project | 1993-09-09 | 5.8 KB | 241 lines |
- /*
- * INSTALL.DAT
- *
- * Project: Silverball
- * Version: 1.00
- *
- */
-
- @DefineProject
- @Name = "Silverball"
- @Version = "1.00"
-
- @Subdir = "\\SILVER"
- @OutDrive = C
-
- @Requires @HardDisk
- @EndProject
-
- @Display
- @Cls
-
- @Name, Version @Version
-
- This program requires the following:
-
- 640K Conventional Memory with a minimum of 570,000 bytes
- available to run the game program
-
- 2.2M of Hard Disk space available to load the game program
-
- If either of the above requirements are not available,
- please press [ESC] to abort the installation.
-
- @Pause
- @Cls
-
- This program will install:
- @Name, Version @Version
- on your computer system and verify the integrity of the
- distribution disk(s). You may press the [Esc] key at any time to
- abort the installation.
-
- INSTALL will ask you questions about your computer hardware.
- Each question has a default answer. If the default answer is
- correct, press the ENTER key in response to the question.
- Otherwise, type the answer and then press the ENTER key.
-
- If you make a mistake while typing, press the BACKSPACE key
- and then retype the answer.
-
- @Pause
- @EndDisplay
-
- @If (@RamTotal < 620K)
- @Display
- @Cls
- This machine does not have enough RAM
- to run the @Name game.
-
-
- RAM Installed (in bytes): @RAMTotal
-
-
- Total Conventional RAM memory must total 640K.
-
- Press [ESC] to abort installation.
-
- @Pause
- @EndDisplay
- @EndIf
-
- @If (@RamAvail < 570000)
- @Display
- @Cls
-
- RAM Available (in bytes): @RAMAvail
-
- ****** Warning ******
-
- This machine presently does not have enough RAM
- available to run the @Name game.
-
- *********************
-
- Please remove TSR's and DOS options from your
- Config.sys/Autoexec.bat files to obtain the required
- 570,000 bytes before attempting to run this program.
- See the trouble shooting section of the game manual for details.
-
- @Pause
- @EndDisplay
- @EndIf
-
- @If (@VideoCard != 'V')
- @Display
- @Cls
- The current video mode number: @VideoMode
- Video adapter card: @If(@VideoCard == 'M') MONO @ElseIf
- (@VideoCard == 'C') COLOR @ElseIf
- (@VideoCard == 'V') VGA @ElseIf
- (@VideoCard == 'E') EGA @EndIf
- Video display: @If(@VideoMonitor == 'C') COLOR @ElseIf
- (@VideoMonitor == 'M') MONO @ElseIf
- (@VideoMonitor == 'H') ENHANCED @EndIf
- The amount of video RAM is: @VideoRAM K
- The highest resolution graphics mode is: @VideoGraph
-
-
- ****** Warning ******
-
- This machine does not have a VGA adapter.
- @Name game
- will not run on this machine.
-
- Press [ESC] to abort installation.
-
- @Pause
- @EndDisplay
- @EndIf
-
- @SetConfig
- @AskOverwrite
- @Files = 20
- @EndConfig
-
- @GetOutDrive
- @Cls
-
- On which disk drive do you wish to install @Name?
-
- @Suppress A
- @Suppress B
-
-
-
-
-
-
-
-
-
-
-
- @EndOutDrive
-
- @GetSubdir
- @Cls
- Now you need to specify the disk destination subdirectory. The
- subdirectory is the location on your disk where the @Name
- system will be installed. If you don't know what
- a "subdirectory" is, you probably need not worry about it,
- and should just press Enter.
-
- @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
- @EndSubdir
-
- @If (@DiskFree @OutDrive < 2200000)
- @Display
- @Cls
- The selected output disk drive only has
- @DiskFree @OutDrive bytes.
-
- 2,200,000 bytes need to be available
- to store the @Name game files.
-
- @Pause
- @Abort
- @EndDisplay
- @EndIf
-
- @DefineDisk
- @Label = "Disk #1"
- @BeginLib SLVRBALL.001
- @File PIN6.DAT @Size 40189 @Out PIN6.DAT
- @File PIN7.DAT @Size 42504 @Out PIN7.DAT
- @File PIN1.EXE @Size 299249 @Out PIN1.EXE
- @File HELPME.EXE @Size 5552 @Out HELPME.EXE
- @File PIN4.EXE @Size 221751 @Out PIN4.EXE
- @File PIN6.EXE @Size 236557 @Out PIN6.EXE
- @File PIN7.EXE @Size 243754 @Out PIN7.EXE
- @File SONG0.PSM @Size 98644 @Out SONG0.PSM
- @File SETUP.EXE @Size 11490 @Out SETUP.EXE
- @File SILVER.EXE @Size 37106 @Out SILVER.EXE
- @File INTRO.PIN @Size 121490 @Out INTRO.PIN
- @File SONG1.PSM @Size 55412 @Out SONG1.PSM
- @File PIN1.DAT @Size 38602 @Out PIN1.DAT
- @File HELPME.DOC @Size 4234 @Out HELPME.DOC
- @File SONG4.PSM @Size 146468 @Out SONG4.PSM
- @File SONG6.PSM @Size 45892 @Out SONG6.PSM
- @File SONG7.PSM @Size 109684 @Out SONG7.PSM
- @File SF0.PIN @Size 62965 @Out SF0.PIN
- @File SF1.PIN @Size 77811 @Out SF1.PIN
- @File SF4.PIN @Size 48700 @Out SF4.PIN
- @File SF6.PIN @Size 79788 @Out SF6.PIN
- @File SF7.PIN @Size 99116 @Out SF7.PIN
- @File LPR.INF @Size 5101 @Out LPR.INF
- @File GUS.INF @Size 3397 @Out GUS.INF
- @File SB.INF @Size 4174 @Out SB.INF
- @File LOADER.INF @Size 1171 @Out LOADER.INF
- @File CONFIG.PIN @Size 110 @Out CONFIG.PIN
- @File PIN4.DAT @Size 49909 @Out PIN4.DAT
- @EndLib
- @EndDisk
-
- @Finish
- @ChDrive @OutDrive
- @ChDir "@SubDir"
-
- Installation of @Name is now finished.
-
- The installation program used to install @Name,
- INSTALL, is licensed software provided by Knowledge
- Dynamics Corp, P. O. Box 1558, Canyon Lake, Texas 78130-1558
- (USA). INSTALL is Copyright (c) 1987-1992 by Knowledge
- Dynamics Corp which reserves all copyright protection
- worldwide. INSTALL is provided to you for the exclusive
- purpose of installing @Name.
- MicroLeague Interactive Software is exclusively responsible
- for the support of @Name,
- including support during the installation phase.
- In no event will Knowledge Dynamics Corp provide any
- technical support for @Name.
-
- @Pause
-
- @Execute("SETUP")
- @Cls
-
-
-
- Setup program not found on @Outdrive:@Subdir
-
-
-
-
-
- @Pause
- @EndFinish
-
- /* end-of-file */
-